ComponentOne Xamarin Edition
InsertAsync Method (C1GroupCollectionView<S>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1GroupCollectionView<S> Class : InsertAsync Method
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
Syntax
[AsyncStateMachine(C1.CollectionView.C1GroupCollectionView`1+d__32[S])] 
public override Task<int> InsertAsync( 
   int index, 
   object addedItem 
)

Parameters

index
The index where the item will be inserted.
addedItem
The item to be inserted.
See Also

Reference

C1GroupCollectionView<S> Class
C1GroupCollectionView<S> Members